home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Trial
/
Camtasia 6
/
camtasia.msi
/
Cabs.w1.cab
/
SWFTimerCallback.js
< prev
next >
Wrap
Text File
|
2008-10-10
|
423b
|
23 lines
$JavaScriptScrollWindow
var g_LastFrame = 0;
function timerInit()
{
//Sets the timer to check every .1 second
window.setInterval("timer()", 100);
}
function timer()
{
var destIndex = null;
$SetIndexColors
if( destIndex != null && g_LastFrame != CurFrame )
{
g_LastFrame = CurFrame;
ScrollToIndex( document.getElementById('$LinkDivID'), destIndex );
}
}